(syms_of_buffer) <header-line-format>: Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 7 Mar 2001 14:14:58 +0000 (14:14 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 7 Mar 2001 14:14:58 +0000 (14:14 +0000)
src/buffer.c

index 99e298a5cd052ed67115f515449a7e379c298f3d..e3ce4ad4f4b2d099011df137717a392ded932594 100644 (file)
@@ -5044,8 +5044,8 @@ don't override it.  This is the same as (default-value\n\
   DEFVAR_PER_BUFFER ("header-line-format",
                     &current_buffer->header_line_format, 
                     Qnil,
-   "Analogous to `mode-line-format', but for a mode line displayed\n\
-at the top of windows.");
+   "Analogous to `mode-line-format', but for the mode line that can be\n\
+displayed at the top of a window.");
   
   DEFVAR_PER_BUFFER ("mode-line-format", &current_buffer->mode_line_format, 
                     Qnil, 0);